Retrieve objects stored in mappable vector library. Large nested objects are returned as instances of MVL_OBJECT to delay access until needed.
# S3 method for MVL_OBJECT
[[(obj, i, raw = FALSE, recurse = FALSE, ref = FALSE)
Stored object
- MVL object retrieved by subscription of MVL library or other objects
- index.
- request to return data in raw format when it does not map exactly to R data types.
- force recursive conversion to pure R objects.
- always return an MVL_OBJECT
See mvl_open
for example.